Uses of Class
org.eclipse.vtp.framework.engine.runtime.Executable

Packages that use Executable
org.eclipse.vtp.framework.engine.runtime   
 

Uses of Executable in org.eclipse.vtp.framework.engine.runtime
 

Subclasses of Executable in org.eclipse.vtp.framework.engine.runtime
 class Action
          Represents an action that can be run by the engine.
 class Observer
          Represents an observer that can be run by the engine before or after an action.
 

Methods in org.eclipse.vtp.framework.engine.runtime that return Executable
 Executable Observer.execute(Sequence sequence)
           
abstract  Executable Executable.execute(Sequence sequence)
          Creates and executes an instance of this executable.
 Executable Action.execute(Sequence sequence)
           
 Executable Blueprint.getEntryPoint()
           
 Executable Blueprint.getExecutable(java.lang.String instanceID)
           
 

Methods in org.eclipse.vtp.framework.engine.runtime with parameters of type Executable
protected  void Observer.configure(Executable next)
          Configures this observer's placement in the process flow.
 void Action.configure(java.lang.String resultID, Executable next)
          Configures an available result of this action.